home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1991-02-14 | 3.8 KB | 130 lines | [.Ob./.Ob2] |
- Syntax10.Scn.Fnt
- Syntax10i.Scn.Fnt
- Syntax12.Scn.Fnt
- Syntax12i.Scn.Fnt
- Syntax12m.Scn.Fnt
- Syntax14.Scn.Fnt
- Syntax14i.Scn.Fnt
- Syntax16.Scn.Fnt
- Syntax20.Scn.Fnt
- Syntax24.Scn.Fnt
- {You may wish to use the Write system for creating tools}
- {with a higher functionality than is possible using ordinary}
- {TextFrames. This sample tool includes popup menus and}
- {analog clocks that behave like ordinary characters, i.e.}
- {they float in the text and can be copied and deleted.}
- r10 i10 r12 i12 m12 r14 i14 r16 r20 r24
- {Change a font to one of the fonts displayed above}
- {by interclicking Select button while pointing to the}
- {template font above with the Position button.}
- {Edit a Popup-Menu by interclicking Select during Action.}
- {Any changes you make to the menu text are propagated}
- {to the menu instantly.}
- {Insert analog clocks of any size by positioning the caret}
- {and executing ClockElems.Insert with an integer}
- {parameter giving the required size.}
- ____________________________________________________________________________________________________________________________________
- *.Mod *.Doc *.Txt *Text *.Tool *.Scn.Fnt *.Bak *
- ____________________________________________________________________________________________________________________________________
- System.Free ~ System.State ~
- System.CopyFiles => ~ System.RenameFiles => ~ System.DeleteFiles ~
- ____________________________________________________________________________________________________________________________________
- WriteParcs.Alloc
- PopupElems.Alloc
- System
- Syntax10.Scn.Fnt
- System.Collect
- System.Directory ^
- System.Recall
- System.OpenLog
- System.ShowModules
- System.Time
- System.Version
- System.Watch
- PopupElems.Alloc
- Syntax10.Scn.Fnt
- Ed.Open ^
- Hex.Open ^
- Edit.Open ^
- Leda.Open ^
- Write.Open ^
- Draw.Open ^
- System.Open ^
- System.OpenLog
- PopupElems.Alloc
- Print
- Syntax10.Scn.Fnt
- Edit.Print Pluto *
- Leda.Print Pluto *
- Write.Print Pluto *
- PopupElems.Alloc
- Fonts
- Syntax10.Scn.Fnt
- System.SetFont Syntax8.Scn.Fnt
- System.SetFont Syntax10.Scn.Fnt
- System.SetFont Syntax12.Scn.Fnt
- PopupElems.Alloc
- Syntax10.Scn.Fnt
- Edit.Recall
- Edit.Search
- Edit.Locate
- Edit.Print Pluto *
- PopupElems.Alloc
- Write
- Syntax10.Scn.Fnt
- Write.Recall @
- Write.InsertParc @
- Write.Locate ^
- Write.SelectParc @
- Write.Set line 10
- Write.Set line 34
- Write.Set line 51
- Write.Set line 68
- Write.Set lead 10
- Write.Set lead 34
- Write.Set lead 68
- PopupElems.Alloc
- Elems
- Syntax10.Scn.Fnt
- FoldElems.Insert
- FoldElems.Expand
- FoldElems.Collapse
- FoldElems.Search ^
- FoldElems.Marks on
- FoldElems.Marks off
- ClockElems.Insert
- IconElems.Insert
- ChaosElems.Insert 800 400
- PopupElems.Alloc
- Syntax10.Scn.Fnt
- Leda.Restore
- Leda.Execute pagebreaks
- Leda.Execute maketext
- Leda.Execute copytext
- PopupElems.Alloc
- Browser
- Syntax10.Scn.Fnt
- Browser.ShowDef ^
- Browser.ShowObj ^
- Browser.ShowTree ^
- PopupElems.Alloc
- Compile
- Syntax10.Scn.Fnt
- Compiler.Compile *
- Compiler.Compile */s
- _______________________________________
- Compiler.Compile */n
- Compiler.Compile */x
- Compiler.Compile */xnt
- _______________________________________
- FoldComp.Compile *
- FoldComp.Compile */s
- FoldComp.ShowError
- ClockElems.Alloc
- ClockElems.Alloc
- ClockElems.Alloc
- ClockElems.Alloc
- ClockElems.Alloc
- ClockElems.Alloc
- ClockElems.Alloc
-